.footer li {
  list-style: none;
}
.footer .footer_top {
  margin-top: 40px;
  padding-bottom: 90px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.footer .footer_top .menu {
  display: flex;
  gap: 100px;
  justify-content: space-between;
}
.footer .footer_top .menu .menu-item > a {
  white-space: nowrap;
  color: #261f1e;
  font-size: 18px;
  cursor: auto;
}
.footer .footer_top .menu .menu-item > a .icon {
  display: none;
}
.footer .footer_top .menu .menu-item .sub-menu {
  margin-top: 28px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.footer .footer_top .menu .menu-item .sub-menu .menu-item a {
  color: #898989;
  cursor: pointer;
  font-size: 14px;
}
.footer .footer_top .contact_me .top_cate {
  font-size: 18px;
  color: #261f1e;
  margin-bottom: 28px;
}
.footer .footer_top .contact_me .top_contact {
  display: flex;
  gap: 10px;
}
.footer .footer_top .contact_me .top_contact .contact_item {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
}
.footer .footer_top .contact_me .top_contact .contact_item .contact_img {
  width: 92px;
  height: 92px;
  border: 1px solid #ccc;
}
.footer .footer_top .contact_me .top_contact .contact_item .contact_text {
  color: #898989;
  font-size: 14px;
}
.footer .footer_top .top_hotline .top_cate {
  font-size: 18px;
  color: #261f1e;
  margin-bottom: 28px;
}
.footer .footer_top .top_hotline .sales_hotline {
  display: flex;
  align-items: center;
  gap: 100px;
  border-bottom: #ccc solid 1px;
  padding-bottom: 10px;
}
.footer .footer_top .top_hotline .sales_hotline span {
  font-size: 14px;
  color: #898989;
  white-space: nowrap;
}
.footer .footer_bottom {
  padding: 30px 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.footer .footer_bottom .bottom_log {
  width: 138px;
  height: 51px;
}
.footer .footer_bottom .bottom_records {
  font-size: 14px;
  color: #898989;
}
.footer .footer_bottom a {
  color: #898989;
}
@media screen and (max-width: 680px) {
  .footer {
    box-sizing: border-box;
    padding: 0 16px;
  }
  .wztkj_m_cStyle .perfect_from {
      padding: 13px !important;
  }
  .wztkj_m_cStyle .perfect_from .from {
          gap: 15px !important;
          height: 92%;
    /*padding: 13px;*/
  }
  .wztkj_m_cStyle .perfect_from .from .checkout {
          margin-top: -27px;
  }
  .wztkj_m_cStyle .perfect_from .form_title {
    font-size: 20px !important;
    padding-bottom: 9px !important;  
  }
   .wztkj_m_cStyle .perfect_from .from .checkout {
          margin-top: -26px !important;
  }
  .footer .footer_top {
    width: 100%;
    min-width: unset;
    flex-direction: column;
    border: none;
    padding: 0;
    gap: 0;
  }
  .footer .footer_top .menu {
    flex-direction: column;
    gap: 0;
  }
  .footer .footer_top .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 0;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footer_top .menu .menu-item a .icon {
    display: block;
    transition: all 0.3s linear;
  }
  .footer .footer_top .menu .menu-item .sub-menu {
    display: none;
    margin-top: 0;
  }
  .footer .footer_top .menu .active a .icon {
    transform: rotate(90deg);
  }
  .footer .footer_top .menu .active .sub-menu {
    display: flex;
    gap: 0;
  }
  .footer .footer_top .menu .active .sub-menu .menu-item a {
    padding: 0;
    padding-left: 5px;
  }
  .footer .footer_top .contact_me {
    margin-top: 15px;
    width: 100%;
    order: 1;
  }
  .footer .footer_top .contact_me .top_contact {
    width: 1;
    justify-content: center;
  }
  .footer .footer_top .contact_me .top_contact .contact_item .contact_img {
    width: 124px;
    height: 124px;
  }
  .footer .footer_top .contact_me .top_contact .contact_item .icon {
    width: 40px;
  }
  .footer .footer_top .contact_me .top_contact .contact_item .contact_text {
    font-size: 15.5px;
  }
  .footer .footer_top .top_hotline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  .footer .footer_top .top_hotline .top_cate {
    margin: 0;
  }
  .footer .footer_top .top_hotline .sales_hotline {
    padding: 0;
    border: none;
    gap: 10px;
  }
  .footer .footer_top .top_hotline .sales_hotline svg {
    width: 25px;
  }
  .footer .footer_top .top_hotline .sales_hotline span {
    order: 1;
  }
  .footer .footer_bottom {
    width: 100%;
    min-width: unset;
    overflow: hidden;
    padding: 30px 0;
  }
  .footer .footer_bottom .bottom_log {
    display: none;
  }
  .footer .footer_bottom .bottom_records {
    text-align: center;
    font-size: 11px;
    color: #898989;
  }
}
.wztkj_m_cStyle {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  /* 将元素的顶部定位到其包含块的50%位置 */
  left: 50%;
  /* 这里假设你希望元素在其包含块的水平起始位置 */
  transform: translate(-50%, -50%);
  /* 将元素向上移动其自身高度的50%来居中 */
  z-index: 999;
}
.wztkj_m_cStyle li {
  list-style: none;
}
.wztkj_m_cStyle input {
  border: none;
  outline: none;
  /* 去除默认的聚焦边框 */
}
.wztkj_m_cStyle input:-internal-autofill-selected {
  background-color: #fff;
}
.wztkj_m_cStyle textarea {
  border: none;
  outline: none;
  /* 去除默认的聚焦边框 */
}
.wztkj_m_cStyle textarea:-internal-autofill-selected {
  background-color: #fff;
}
.wztkj_m_cStyle .perfect_from {
  min-width: 300px;
  position: absolute;
  top: 50%;
  /* 将元素顶部移动到定位上下文的中心 */
  left: 50%;
  /* 将元素左边缘移动到定位上下文的中心 */
  transform: translate(-50%, -50%);
  z-index: 888;
  width: 45%;
  padding: 20px 20px 40px 20px;
  background-color: #fff;
}
.wztkj_m_cStyle .perfect_from .form_title {
  font-size: 30px;
  color: #0b0b0b;
  font-weight: bold;
  padding-bottom: 40px;
}
.wztkj_m_cStyle .perfect_from .from {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px;
}
.wztkj_m_cStyle .perfect_from .from .from_item {
  flex-wrap: nowrap;
  font-size: 14px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #ccc;
  /* 设置统一的边框颜色 */
  color: #666;
  transition: all 0.3s linear;
  padding: 0 20px;
  outline: none;
  /* 去除默认的聚焦边框 */
  display: flex;
  align-items: center;
  position: relative;
}
.wztkj_m_cStyle .perfect_from .from .from_item label {
white-space: nowrap;
}
.wztkj_m_cStyle .perfect_from .from .from_item .btn {
  position: absolute;
  right: 0;
  border: 0;
  height: 40px;
  width: 27%;
  margin-left: 20px;
  font-size: 14px;
  background-color: #1e5096;
  color: #fff;
}
.wztkj_m_cStyle .perfect_from .from .from_item .errMessage {
  position: absolute;
  color: red;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translateY(100%);
}
.wztkj_m_cStyle .perfect_from .from .from_item input {
  width: unset;
  flex: 1;
  height: unset;
  border: none;
  padding-left: 10px;
  font-size: 14px
}
.wztkj_m_cStyle .perfect_from .from .from_item input:focus-visible {
  border: none;
  box-shadow: none;
}
.wztkj_m_cStyle .perfect_from .from .from_item textarea {
  width: unset;
  flex: 1;
  height: unset;
  border: none;
  font-size: 14px;
  padding-left: 10px;
  resize: none;
  line-height: 20px;
}
.wztkj_m_cStyle .perfect_from .from .from_item textarea:focus-visible {
  border: none;
  box-shadow: none;
}
.wztkj_m_cStyle .perfect_from .from .from_item .address {
  white-space: nowrap;
  padding-left: 20px;
}
.wztkj_m_cStyle .perfect_from .from .from_item:last-of-type {
  grid-column: 1/3;
}
.wztkj_m_cStyle .perfect_from .from .checkout {
  grid-column: 1/-1;
  margin-top: -40px;
}
.wztkj_m_cStyle .perfect_from .from .checkout p {
  font-size: 0.85em;
  margin-top: 28px;
  position: relative;
}
.wztkj_m_cStyle .perfect_from .from .checkout p .errMessage {
  position: absolute;
  color: red;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translateY(100%);
  z-index: 10;
  font-size: 14px;
}
.wztkj_m_cStyle .perfect_from .from .checkout p input {
  width: unset;
}
.wztkj_m_cStyle .perfect_from .from .checkout p a {
  color: #1e5096;
}
.wztkj_m_cStyle .perfect_from .from .checkout .err .errMessage {
  opacity: 1;
}
.wztkj_m_cStyle .perfect_from .from .submit {
  margin: 0 auto;
  place-items: center;
  width: 40%;
  height: 42px;
  color: #fff;
  background-color: #ccc;
  transition: all 0.3s linear;
  font-size: 14px;
  border: 1px solid #0b0b0b;
}
.wztkj_m_cStyle .perfect_from .from .pass {
   cursor: pointer;
  background-color: #1e5096;
}
.wztkj_m_cStyle .perfect_from .from .focus {
  border-color: #1e5096;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.wztkj_m_cStyle .perfect_from .from .err {
  border-color: red;
}
.wztkj_m_cStyle .perfect_from .from .err .errMessage {
  opacity: 1;
  font-size: 12px;
}
.wztkj_m_cStyle .perfect_from-mask {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
}
.footer_prompt {
  position: fixed;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #1e5096;
  font-weight: 600;
  opacity: 0;
  border: 1px solid #67c23a;
  background-color: #f0f9eb;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}
.prompt_success {
  opacity: 1;
  top: 100px;
}
